func strconv.divisibleByPower5
6 uses
strconv (current package)
ftoaryu.go#L59: if q < 0 && q >= -10 && divisibleByPower5(uint64(mant), -q) {
ftoaryu.go#L129: if q < 0 && q >= -22 && divisibleByPower5(mant, -q) {
ftoaryu.go#L273: if divisibleByPower5(ml, -q) {
ftoaryu.go#L276: if divisibleByPower5(mc, -q) {
ftoaryu.go#L279: if divisibleByPower5(mu, -q) {
ftoaryu.go#L546: func divisibleByPower5(m uint64, k int) bool {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |